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