C# 클래스 NStub.CSharp.ObjectGeneration.FluentCodeBuild.CodeFieldReferenceException

상속: System.Exception
파일 보기 프로젝트 열기: Jedzia/NStub 1 사용 예제들

공개 메소드들

메소드 설명
CodeFieldReferenceException ( CodeFieldReferenceBinder binder ) : System

Initializes a new instance of the CodeFieldReferenceException class

CodeFieldReferenceException ( CodeFieldReferenceBinder binder, string message ) : System

Initializes a new instance of the CodeFieldReferenceException class

CodeFieldReferenceException ( CodeFieldReferenceBinder binder, string message, Exception inner ) : System

Initializes a new instance of the CodeFieldReferenceException class

보호된 메소드들

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

Initializes a new instance of the CodeFieldReferenceException class

메소드 상세

CodeFieldReferenceException() 공개 메소드

Initializes a new instance of the CodeFieldReferenceException class
public CodeFieldReferenceException ( CodeFieldReferenceBinder binder ) : System
binder CodeFieldReferenceBinder The binder associated with this exception.
리턴 System

CodeFieldReferenceException() 공개 메소드

Initializes a new instance of the CodeFieldReferenceException class
public CodeFieldReferenceException ( CodeFieldReferenceBinder binder, string message ) : System
binder CodeFieldReferenceBinder The binder associated with this exception.
message string A that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
리턴 System

CodeFieldReferenceException() 공개 메소드

Initializes a new instance of the CodeFieldReferenceException class
public CodeFieldReferenceException ( CodeFieldReferenceBinder binder, string message, Exception inner ) : System
binder CodeFieldReferenceBinder The binder associated with this exception.
message string A that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
inner System.Exception The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
리턴 System

CodeFieldReferenceException() 보호된 메소드

Initializes a new instance of the CodeFieldReferenceException class
protected CodeFieldReferenceException ( 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.
리턴 System