-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_CodeJamConvertException__ctor_1
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the CodeJamConvertException class with the specified InnerException property.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CodeJamConvertException(
Exception innerException
)
VB
Public Sub New (
innerException As Exception
)
F#
new :
innerException : Exception -> CodeJamConvertException
- innerException
- Type: System.Exception
The InnerException, if any, that threw the current exception.
CodeJamConvertException Class
CodeJamConvertException Overload
CodeJam.Mapping Namespace
Exception.InnerException