[This is preliminary documentation and is subject to change.]
Exception thrown by the SDK when actions performed before calling the MultiArchive webservice fails.
Namespace: MultiArchive.SDK.Services.Exceptions
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
public MultiArchiveSDKException(
string message,
string reason
)
|
Visual Basic |
Public Sub New (
message As String,
reason As String
)
|
Visual C++ |
public:
MultiArchiveSDKException(
String^ message,
String^ reason
)
|
See Also