Skip to content

M_CodeJam_Mapping_CodeJamConvertException__ctor_4

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

CodeJamConvertException Constructor (String, Exception)

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

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

Syntax

C#

public CodeJamConvertException(
	string message,
	Exception innerException
)

VB

Public Sub New ( 
	message As String,
	innerException As Exception
)

F#

new : 
        message : string * 
        innerException : Exception -> CodeJamConvertException

Parameters

 

message
Type: System.String
The message to display to the client when the exception is thrown.
innerException
Type: System.Exception
The InnerException, if any, that threw the current exception.

See Also

Reference

CodeJamConvertException Class
CodeJamConvertException Overload
CodeJam.Mapping Namespace
Exception.Message
Exception.InnerException

Clone this wiki locally