C# Class System.ContextMarshalException

Inheritance: SystemException
显示文件 Open project: dotnet/corefx

Public Methods

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

Protected Methods

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

Method Details

ContextMarshalException() public method

public ContextMarshalException ( ) : System
return System

ContextMarshalException() protected method

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

ContextMarshalException() public method

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

ContextMarshalException() public method

public ContextMarshalException ( string message, Exception inner ) : System
message string
inner Exception
return System