ItemException Constructor (String, String)

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Construtor handling an ItemException.

This exception is thrown when the SDK encounters errors during the building of an ItemSpecification and a CreateItem request.

Namespace: MultiArchive.SDK.Services.Exceptions
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public ItemException(
	string message,
	string reason
)
Visual Basic
Public Sub New ( 
	message As String,
	reason As String
)
Visual C++
public:
ItemException(
	String^ message, 
	String^ reason
)

Parameters

message
Type: System..::..String
A string detailing the exception thrown.
reason
Type: System..::..String
The exception type thrown by the MultiArchive webservice.

See Also