-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Metadata_MetadataException__ctor_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Initializes a new instance of the MetadataException class with the specified InnerException property.
Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public MetadataException(
Exception innerException
)
VB
Public Sub New (
innerException As Exception
)
F#
new :
innerException : Exception -> MetadataException
- innerException
- Type: System.Exception
The InnerException, if any, that threw the current exception.
MetadataException Class
MetadataException Overload
CodeJam.Metadata Namespace
Exception.InnerException