Initializes a new instance of the UserException class

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public UserException(
	string message
)
Visual Basic
Public Sub New ( 
	message As String
)
Visual C++
public:
UserException(
	String^ message
)
F#
new : 
        message : string -> UserException

Parameters

message
Type: System..::..String

See Also