C# Класс BitSharper.Threading.Execution.ExecutionException

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

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

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

Constructs a BitSharper.Threading.Execution.ExecutionException with no detail message.

ExecutionException ( Exception rootCause ) : System

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified cause.

ExecutionException ( String message ) : System

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message.

ExecutionException ( String message, Exception cause ) : System

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message and cause.

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

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

Creates a new instance of the BitSharper.Threading.Execution.ExecutionException class.

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

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

Constructs a BitSharper.Threading.Execution.ExecutionException with no detail message.
public ExecutionException ( ) : System
Результат System

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

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified cause.
public ExecutionException ( Exception rootCause ) : System
rootCause System.Exception The root exception that is being wrapped.
Результат System

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

Creates a new instance of the BitSharper.Threading.Execution.ExecutionException class.
protected ExecutionException ( 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

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

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message.
public ExecutionException ( String message ) : System
message String the detail message
Результат System

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

Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message and cause.
public ExecutionException ( String message, Exception cause ) : System
message String the detail message
cause System.Exception the cause (which is saved for later retrieval by the
Результат System