Skip to content

M_CodeJam_Mapping_CodeJamConvertException__ctor_3

andrewvk edited this page Jun 23, 2016 · 5 revisions

CodeJamConvertException Constructor (String)

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

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public CodeJamConvertException(
	string message
)

VB

Public Sub New ( 
	message As String
)

F#

new : 
        message : string -> CodeJamConvertException

Parameters

 

message
Type: System.String
The message to display to the client when the exception is thrown.

See Also

Reference

CodeJamConvertException Class
CodeJamConvertException Overload
CodeJam.Mapping Namespace
Exception.Message

Clone this wiki locally