This documentation is for the old version. Go to the latest Upload Suite docs

NirvanixException Constructor (String)

Initializes a new instance of the NirvanixException class with a specified error message.

Namespace: Aurigma.ImageUploader.Nirvanix
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String _
)
C#
public NirvanixException(
	string message
)

Parameters

message

Type: System..String

The error message that explains the reason for the exception.

See Also

Reference