C# Class ModelBuilder.BuildException

Inheritance: System.Exception
Datei anzeigen Open project: roryprimrose/ModelBuilder

Public Methods

Method 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

Protected Methods

Method Description
BuildException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BuildException class.

Method Details

BuildException() public method

Initializes a new instance of the BuildException class.
public BuildException ( ) : System
return System

BuildException() protected method

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. ///
return System

BuildException() public method

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

BuildException() public method

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.
return System

BuildException() public method

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.
return System

BuildException() public method

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.
return System

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void