Class MetadataProcessingException
The exception that is thrown when metadata import or export process fails.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Description
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class MetadataProcessingException : Exception, _Exception, ISerializable
  Constructors
MetadataProcessingException()
Initializes new exception with default error message.
Declaration
public MetadataProcessingException()
  MetadataProcessingException(String)
Initializes new exception with provided error message.
Declaration
public MetadataProcessingException(string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| String | message | Message that describes the error.  | 
      
MetadataProcessingException(String, Exception)
Initializes new exception with provided error message and inner exception.
Declaration
public MetadataProcessingException(string message, Exception innerException)
  Parameters
| Type | Name | Description | 
|---|---|---|
| String | message | Message that describes the error.  | 
      
| Exception | innerException | Exception which is a cause of the current exception.  | 
      
Methods
GetObjectData(SerializationInfo, StreamingContext)
Sets the SerializationInfo with information about the exception.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | See SerializationInfo.  | 
      
| StreamingContext | context | See StreamingContext.  |