C# Class System.Runtime.InteropServices.InvalidComObjectException

Inheritance: System.SystemException
ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
InvalidComObjectException ( ) : System
InvalidComObjectException ( string message ) : System
InvalidComObjectException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

InvalidComObjectException() public method

public InvalidComObjectException ( ) : System
return System

InvalidComObjectException() protected method

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

InvalidComObjectException() public method

public InvalidComObjectException ( string message ) : System
message string
return System

InvalidComObjectException() public method

public InvalidComObjectException ( string message, Exception inner ) : System
message string
inner System.Exception
return System