|
| MultiArchive SDK .NET Documentation |
| MultiArchiveSDKException..::..Reason Property |
| MultiArchiveSDKException Class See Also Send Feedback |
|
[This is preliminary documentation and is subject to change.]
Property for holding the Reason thrown by the MultiArchive webservice.
Namespace: MultiArchive.SDK.Services.Exceptions
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
| C# |
|---|
public string Reason { get; set; } |
| Visual Basic |
|---|
Public Property Reason As String Get Set |
| Visual C++ |
|---|
public: property String^ Reason { String^ get (); void set (String^ value); } |