Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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