-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Mapping_CodeJamConvertException__ctor
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
CodeJamConvertException() | Initializes a new instance of the CodeJamConvertException class. | |
CodeJamConvertException(Exception) | Initializes a new instance of the CodeJamConvertException class with the specified InnerException property. | |
CodeJamConvertException(String) | Initializes a new instance of the CodeJamConvertException class with the specified error message. | |
CodeJamConvertException(SerializationInfo, StreamingContext) | Initializes a new instance of the CodeJamConvertException class with serialized data. | |
CodeJamConvertException(String, Exception) | Initializes a new instance of the CodeJamConvertException class with the specified error message and InnerException property. |