PackageFormatException constructor
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 serialized data. | |
PackageFormatException(SerializationInfo, StreamingContext) | Gets the object data by using the serialization information and the streaming context. | |
PackageFormatException(String, ParseContext) | Initializes a new instance of the class with a specified error message and a streaming context. | |
PackageFormatException(String, Exception) | 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, ParseContext) | Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, and the streaming context. |
Top