C# Класс NetOffice.Exceptions.NetOfficeCOMException

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

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

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

Creates an instance of the class

NetOfficeCOMException ( Exception inner ) : System

Creates an instance of the class

NetOfficeCOMException ( string message ) : System

Creates an instance of the class

NetOfficeCOMException ( string message, Exception inner ) : System

Creates an instance of the class

NetOfficeCOMException ( string message, int errorCode ) : System

Creates an instance of the class

Приватные методы

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

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

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

Creates an instance of the class
public NetOfficeCOMException ( ) : System
Результат System

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

Creates an instance of the class
public NetOfficeCOMException ( Exception inner ) : System
inner Exception the exception that is the cause of the current exception
Результат System

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

Creates an instance of the class
public NetOfficeCOMException ( string message ) : System
message string the message that indicates the reason for the exception
Результат System

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

Creates an instance of the class
public NetOfficeCOMException ( string message, Exception inner ) : System
message string the message that indicates the reason for the exception
inner Exception the exception that is the cause of the current exception
Результат System

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

Creates an instance of the class
public NetOfficeCOMException ( string message, int errorCode ) : System
message string the message that indicates the reason for the exception
errorCode int The error code (HRESULT) value associated with this exception
Результат System