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