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
Represents the exception that is thrown when a structure-related problem is encountered during the import of a metadata XML file.
The PackageFormatException type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
Errors | Gets the list of error messages. |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
ServerStackTrace | Gets or sets the server stack trace. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetObjectData | Gets the object data by using the serialization information and the streaming context. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
ToString | Creates and returns a string representation of the current exception object. (Overrides Exception.ToString().) |
Top