This topic has not yet been rated - Rate this topic

ParsingMetadataException Constructor

Creates a new ParsingMetadataException object. The variants of this constructor can create an empty object, an object that contains an exception message, and more.
NameDescription
ParsingMetadataException ()Creates a new ParsingMetadataException object that is empty.
ParsingMetadataException (SerializationInfo, StreamingContext)Creates a new ParsingMetadataException object that contains information that is read from the provided serialization information.
ParsingMetadataException (String)Creates a new ParsingMetadataException object that contains an exception message.
ParsingMetadataException (String, Exception)Creates a new ParsingMetadataException object that contains an exception message and the inner exception that caused this exception to be thrown.

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.