Skip to content

M_CodeJam_Mapping_CodeJamMappingException__ctor_1

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

CodeJamMappingException Constructor (Exception)

Initializes a new instance of the CodeJamMappingException class with the specified InnerException property.

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

Syntax

C#

public CodeJamMappingException(
	Exception innerException
)

VB

Public Sub New ( 
	innerException As Exception
)

F#

new : 
        innerException : Exception -> CodeJamMappingException

Parameters

 

innerException
Type: System.Exception
The InnerException, if any, that threw the current exception.

See Also

Reference

CodeJamMappingException Class
CodeJamMappingException Overload
CodeJam.Mapping Namespace
Exception.InnerException

Clone this wiki locally