C# Class System.Runtime.InteropServices.COMException

Inheritance: ExternalException
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
COMException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

COMException() public method

public COMException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

COMException() protected method

protected COMException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Runtime.InteropServices

COMException() public method

public COMException ( String message ) : System.Runtime.InteropServices
message String
return System.Runtime.InteropServices

COMException() public method

public COMException ( String message, Exception inner ) : System.Runtime.InteropServices
message String
inner Exception
return System.Runtime.InteropServices

COMException() public method

public COMException ( String message, int errorCode ) : System.Runtime.InteropServices
message String
errorCode int
return System.Runtime.InteropServices

ToString() public method

public ToString ( ) : String
return String