Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
COMException ( |
public COMException ( ) : System.Runtime.InteropServices | ||
return | System.Runtime.InteropServices |
protected COMException ( |
||
info | ||
context | ||
return | System.Runtime.InteropServices |
public COMException ( String message ) : System.Runtime.InteropServices | ||
message | String | |
return | System.Runtime.InteropServices |
public COMException ( String message, Exception inner ) : System.Runtime.InteropServices | ||
message | String | |
inner | Exception | |
return | System.Runtime.InteropServices |
public COMException ( String message, int errorCode ) : System.Runtime.InteropServices | ||
message | String | |
errorCode | int | |
return | System.Runtime.InteropServices |