-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Metadata_MetadataException__ctor_3
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the MetadataException class with the specified error message.
Namespace: CodeJam.Metadata
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public MetadataException(
string message
)
VB
Public Sub New (
message As String
)
F#
new :
message : string -> MetadataException
- message
- Type: System.String
The message to display to the client when the exception is thrown.
MetadataException Class
MetadataException Overload
CodeJam.Metadata Namespace
Exception.Message