Creates and initializes an instance of the NirvanixException class with the specified message.
Namespace:
Aurigma.ImageUploader.Nirvanix
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Sub New ( _ message As String _ )
public NirvanixException( string message )
Type: System.String
The error message that explains the reason for the exception.