'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Function New( _ ByVal message As String _ )
'Usage Dim message As String Dim instance As New OutOfMemoryException(message)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public OutOfMemoryException( string message )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: OutOfMemoryException( string* message )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: OutOfMemoryException( String^ message )
Parameters
- message
- A string which represents the error message.