PackageFormatException Members
Include Protected Members
Include Inherited Members
Represents the error 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 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
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
Errors | Gets the list of errors encountered during import of the model up to the moment when the exception was thrown. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the object data by using the serialization information and the streaming context. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Creates and returns a string representation of the current exception object. (Overrides Exception.ToString().) |
Top