- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Mapping_CodeJamMappingException__ctor_4
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        5 revisions
      
    Initializes a new instance of the CodeJamMappingException class with the specified error message and InnerException property.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CodeJamMappingException(
	string message,
	Exception innerException
)VB
Public Sub New ( 
	message As String,
	innerException As Exception
)F#
new : 
        message : string * 
        innerException : Exception -> CodeJamMappingException
- 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. 
CodeJamMappingException Class
CodeJamMappingException Overload
CodeJam.Mapping Namespace
Exception.Message
Exception.InnerException