C# Class System.ContextMarshalException

Inheritance: SystemException
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ContextMarshalException ( ) : System
ContextMarshalException ( string message ) : System
ContextMarshalException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
ContextMarshalException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ContextMarshalException() public méthode

public ContextMarshalException ( ) : System
Résultat System

ContextMarshalException() protected méthode

protected ContextMarshalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ContextMarshalException() public méthode

public ContextMarshalException ( string message ) : System
message string
Résultat System

ContextMarshalException() public méthode

public ContextMarshalException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System