Skip to content

M_CodeJam_Mapping_CodeJamMappingException__ctor_3

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

CodeJamMappingException Constructor (String)

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

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public CodeJamMappingException(
	string message
)

VB

Public Sub New ( 
	message As String
)

F#

new : 
        message : string -> CodeJamMappingException

Parameters

 

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

See Also

Reference

CodeJamMappingException Class
CodeJamMappingException Overload
CodeJam.Mapping Namespace
Exception.Message

Clone this wiki locally