C# Class HandCoded.Meta.ConversionException

Summary description for ConversionException.
Inheritance: System.ApplicationException
Afficher le fichier Open project: formicary/fpml-toolkit-csharp

Méthodes publiques

Méthode Description
ConversionException ( ) : System

Initializes a new instance of the ConversionException class.

ConversionException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ConversionException class with serialized data.

ConversionException ( string message ) : System

Initializes a new instance of the ConversionException class with a specified error message.

Method Details

ConversionException() public méthode

Initializes a new instance of the ConversionException class.
public ConversionException ( ) : System
Résultat System

ConversionException() public méthode

Initializes a new instance of the ConversionException class with serialized data.
public ConversionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Résultat System

ConversionException() public méthode

Initializes a new instance of the ConversionException class with a specified error message.
public ConversionException ( string message ) : System
message string A message that describes the error.
Résultat System