MultiArchive SDK .NET Documentation |
ItemException Members |
ItemException Class Constructors Methods Properties See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
The ItemException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ItemException()()()() |
Default constructor
|
|
ItemException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ItemException class
|
|
ItemException(String, String) |
Construtor handling an ItemException.
This exception is thrown when the SDK encounters errors during the building of an ItemSpecification and a CreateItem request. |
|
ItemException(String, String, Exception) |
Constructor handling an ItemException from the MultiArchive webservice.
This exception is thrown when an attempt to create an item in MultiArchive fails. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData |
A method called when serializing a Singleton.
(Inherited from MultiArchiveSDKException.) |
|
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Reason |
Property for holding the Reason thrown by the MultiArchive webservice.
(Inherited from MultiArchiveSDKException.) |
|
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |