InvalidFileFormatException Constructor (String) | MSG .NET Class Library |
Creates a new instance of the InvalidFileFormatException class with the specified error message.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public InvalidFileFormatException( string message )
public InvalidFileFormatException( string message )
Public Sub New ( message As String )
Public Sub New ( message As String )
Dim message As String Dim instance As New InvalidFileFormatException(message)
Dim message As String Dim instance As New InvalidFileFormatException(message)
public InvalidFileFormatException( String message )
public InvalidFileFormatException( String message )
public function InvalidFileFormatException( message : String )
public function InvalidFileFormatException( message : String )
Independentsoft.IO.StructuredStorage.InvalidFileFormatException = function(message);
Independentsoft.IO.StructuredStorage.InvalidFileFormatException = function(message);
Parameters
- message
- Type:
System String
The message that describes the error.
See Also