C# Класс gov.va.medora.mdo.exceptions.SampleExtendedException

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

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

Метод Описание
SampleExtendedException ( ) : System
SampleExtendedException ( MdoExceptionCode code ) : System
SampleExtendedException ( MdoExceptionCode code, Exception inner ) : System
SampleExtendedException ( MdoExceptionCode code, string message ) : System
SampleExtendedException ( SerializationInfo info, StreamingContext context ) : System
SampleExtendedException ( string message ) : System
SampleExtendedException ( string message, Exception inner ) : System

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

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

public SampleExtendedException ( ) : System
Результат System

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

public SampleExtendedException ( MdoExceptionCode code ) : System
code MdoExceptionCode
Результат System

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

public SampleExtendedException ( MdoExceptionCode code, Exception inner ) : System
code MdoExceptionCode
inner System.Exception
Результат System

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

public SampleExtendedException ( MdoExceptionCode code, string message ) : System
code MdoExceptionCode
message string
Результат System

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

public SampleExtendedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public SampleExtendedException ( string message ) : System
message string
Результат System

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

public SampleExtendedException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System