PackageFormatException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class by using various options.
Overload List
Name | Description | |
---|---|---|
PackageFormatException() | Initializes a new instance of the class. | |
PackageFormatException(String) | Initializes a new instance of the class with a specified error message. | |
PackageFormatException(ParseContext) | Initializes a new instance of the class with a streaming context. | |
PackageFormatException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
PackageFormatException(String, ParseContext) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. | |
PackageFormatException(String, Exception) | Initializes a new instance of the class with a specified error message, which is a reference to the inner exception that caused this exception. | |
PackageFormatException(String, Exception, ParseContext) | Initializes a new instance of the class with a specified error message, which is a reference to the inner exception that caused this exception, and the streaming context. |
Top