C# Класс NStub.CSharp.ObjectGeneration.FluentCodeBuild.CodeFieldReferenceException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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