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 title,
	string message
)
Visual Basic
Public Sub New ( 
	title As String,
	message As String
)
Visual C++
public:
UserException(
	String^ title, 
	String^ message
)
F#
new : 
        title : string * 
        message : string -> UserException

Parameters

title
Type: System..::..String
message
Type: System..::..String

See Also