C# 클래스 ModelBuilder.BuildException

상속: System.Exception
파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
BuildException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BuildException class.

메소드 상세

BuildException() 공개 메소드

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

BuildException() 보호된 메소드

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. ///
리턴 System

BuildException() 공개 메소드

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

BuildException() 공개 메소드

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.
리턴 System

BuildException() 공개 메소드

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.
리턴 System

BuildException() 공개 메소드

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.
리턴 System

GetObjectData() 공개 메소드

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