C# Class System.Runtime.InteropServices.MarshalDirectiveException

Inheritance: System.SystemException
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
MarshalDirectiveException ( ) : System
MarshalDirectiveException ( String message ) : System
MarshalDirectiveException ( String message, Exception inner ) : System

Protected Methods

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

Method Details

MarshalDirectiveException() public method

public MarshalDirectiveException ( ) : System
return System

MarshalDirectiveException() protected method

protected MarshalDirectiveException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

MarshalDirectiveException() public method

public MarshalDirectiveException ( String message ) : System
message String
return System

MarshalDirectiveException() public method

public MarshalDirectiveException ( String message, Exception inner ) : System
message String
inner System.Exception
return System