[This is preliminary documentation and is subject to change.]
Property for holding the exception thrown by MultiArchive web service.
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
| C# |
|---|
public MultiArchiveSDKException ItemOperationException { get; set; } |
| Visual Basic |
|---|
Public Property ItemOperationException As MultiArchiveSDKException
Get
Set |
| Visual C++ |
|---|
public:
property MultiArchiveSDKException^ ItemOperationException {
MultiArchiveSDKException^ get ();
void set (MultiArchiveSDKException^ value);
} |
Property Value
Type:
MultiArchiveSDKException
See Also