InvalidFileFormatException Constructor (String)

Independentsoft MSG .NET

InvalidFileFormatException Constructor (String) MSG .NET Class Library
Creates a new instance of the InvalidFileFormatException class with the specified error message.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: 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: OnlineSystem String
The message that describes the error.
See Also