C# Class ModelBuilder.BuildException

Inheritance: System.Exception
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
BuildException ( ) : System

Initializes a new instance of the BuildException class.

BuildException ( string message ) : System

Initializes a new instance of the BuildException class.

BuildException ( string message, Exception inner ) : System

Initializes a new instance of the BuildException class.

BuildException ( string message, Type targetType, string referenceName, object context, string buildLog ) : System

Initializes a new instance of the BuildException class.

BuildException ( string message, Type targetType, string referenceName, object context, string buildLog, Exception inner ) : System

Initializes a new instance of the BuildException class.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Méthodes protégées

Méthode Description
BuildException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BuildException class.

Method Details

BuildException() public méthode

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

BuildException() protected méthode

Initializes a new instance of the BuildException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected BuildException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The that contains contextual information about the source or destination. ///
Résultat System

BuildException() public méthode

Initializes a new instance of the BuildException class.
public BuildException ( string message ) : System
message string The message.
Résultat System

BuildException() public méthode

Initializes a new instance of the BuildException class.
public BuildException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner exception.
Résultat System

BuildException() public méthode

Initializes a new instance of the BuildException class.
public BuildException ( string message, Type targetType, string referenceName, object context, string buildLog ) : System
message string The message.
targetType System.Type The type of instance to create.
referenceName string Identifies the possible parameter or property name the instance is intended for.
context object The possible context object the instance is being created for.
buildLog string The build log.
Résultat System

BuildException() public méthode

Initializes a new instance of the BuildException class.
public BuildException ( string message, Type targetType, string referenceName, object context, string buildLog, Exception inner ) : System
message string The message.
targetType System.Type The type of instance to create.
referenceName string Identifies the possible parameter or property name the instance is intended for.
context object The possible context object the instance is being created for.
buildLog string The build log.
inner System.Exception The inner exception.
Résultat System

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void