C# Класс System.Runtime.InteropServices.SEHException

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

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

Метод Описание
CanResume ( ) : bool
SEHException ( ) : System.Runtime.InteropServices
SEHException ( String message ) : System.Runtime.InteropServices
SEHException ( String message, Exception inner ) : System.Runtime.InteropServices

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

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

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

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

public CanResume ( ) : bool
Результат bool

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

public SEHException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

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

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

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

public SEHException ( String message ) : System.Runtime.InteropServices
message String
Результат System.Runtime.InteropServices

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

public SEHException ( String message, Exception inner ) : System.Runtime.InteropServices
message String
inner System.Exception
Результат System.Runtime.InteropServices