Skip to content

M_CodeJam_Metadata_MetadataException__ctor_1

andrewvk edited this page Jun 23, 2016 · 5 revisions

MetadataException Constructor (Exception)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MetadataException class with the specified InnerException property.

Namespace: CodeJam.Metadata
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public MetadataException(
	Exception innerException
)

VB

Public Sub New ( 
	innerException As Exception
)

F#

new : 
        innerException : Exception -> MetadataException

Parameters

 

innerException
Type: System.Exception
The InnerException, if any, that threw the current exception.

See Also

Reference

MetadataException Class
MetadataException Overload
CodeJam.Metadata Namespace
Exception.InnerException

Clone this wiki locally