C# Класс Spring.Util.FatalReflectionException

Наследование: Spring.Util.ReflectionException
Показать файл Открыть проект

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

Метод Описание
FatalReflectionException ( ) : System

Creates a new instance of the FatalObjectException class.

FatalReflectionException ( string message ) : System

Creates a new instance of the FatalObjectException class with the specified message.

FatalReflectionException ( string message, Exception rootCause ) : System

Creates a new instance of the FatalObjectException class with the specified message.

Защищенные методы

Метод Описание
FatalReflectionException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the FatalObjectException class.

Описание методов

FatalReflectionException() публичный Метод

Creates a new instance of the FatalObjectException class.
public FatalReflectionException ( ) : System
Результат System

FatalReflectionException() защищенный Метод

Creates a new instance of the FatalObjectException class.
protected FatalReflectionException ( 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

FatalReflectionException() публичный Метод

Creates a new instance of the FatalObjectException class with the specified message.
public FatalReflectionException ( string message ) : System
message string /// A message about the exception. ///
Результат System

FatalReflectionException() публичный Метод

Creates a new instance of the FatalObjectException class with the specified message.
public FatalReflectionException ( string message, Exception rootCause ) : System
message string /// A message about the exception. ///
rootCause System.Exception /// The root exception that is being wrapped. ///
Результат System