C# Class System.Runtime.InteropServices.MarshalDirectiveException

Inheritance: System.SystemException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
MarshalDirectiveException ( ) : System
MarshalDirectiveException ( String message ) : System
MarshalDirectiveException ( String message, Exception inner ) : System

Méthodes protégées

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

Method Details

MarshalDirectiveException() public méthode

public MarshalDirectiveException ( ) : System
Résultat System

MarshalDirectiveException() protected méthode

protected MarshalDirectiveException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

MarshalDirectiveException() public méthode

public MarshalDirectiveException ( String message ) : System
message String
Résultat System

MarshalDirectiveException() public méthode

public MarshalDirectiveException ( String message, Exception inner ) : System
message String
inner System.Exception
Résultat System