C# 클래스 NetOffice.Exceptions.NetOfficeCOMException

Extend System.Runtime.InteropServices.COMException
상속: COMException
파일 보기 프로젝트 열기: ehsan2022002/VirastarE

공개 메소드들

메소드 설명
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