C# Class NStub.CSharp.ObjectGeneration.FluentCodeBuild.CodeFieldReferenceException

Inheritance: System.Exception
ファイルを表示 Open project: Jedzia/NStub Class Usage Examples

Public Methods

Method Description
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

Protected Methods

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

Initializes a new instance of the CodeFieldReferenceException class

Method Details

CodeFieldReferenceException() public method

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

CodeFieldReferenceException() public method

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

CodeFieldReferenceException() public method

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

CodeFieldReferenceException() protected method

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