C# Class NetOffice.Exceptions.NetOfficeCOMException

Extend System.Runtime.InteropServices.COMException
Inheritance: COMException
Show file Open project: ehsan2022002/VirastarE

Public Methods

Method Description
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

Private Methods

Method Description
NetOfficeCOMException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NetOfficeCOMException() public method

Creates an instance of the class
public NetOfficeCOMException ( ) : System
return System

NetOfficeCOMException() public method

Creates an instance of the class
public NetOfficeCOMException ( Exception inner ) : System
inner Exception the exception that is the cause of the current exception
return System

NetOfficeCOMException() public method

Creates an instance of the class
public NetOfficeCOMException ( string message ) : System
message string the message that indicates the reason for the exception
return System

NetOfficeCOMException() public method

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
return System

NetOfficeCOMException() public method

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
return System