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

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

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

Метод Описание
COMException ( ) : System.Runtime.InteropServices
COMException ( String message ) : System.Runtime.InteropServices
COMException ( String message, Exception inner ) : System.Runtime.InteropServices
COMException ( String message, int errorCode ) : System.Runtime.InteropServices
ToString ( ) : String

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

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

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

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

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

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

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

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

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

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

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

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

public COMException ( String message, int errorCode ) : System.Runtime.InteropServices
message String
errorCode int
Результат System.Runtime.InteropServices

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

public ToString ( ) : String
Результат String