C# Class PossumLabs.DSL.Core.UnsupportedException

Inheritance: Exception
Afficher le fichier Open project: Possum-Labs/DSL

Méthodes publiques

Méthode Description
UnsupportedException ( ) : System
UnsupportedException ( string message ) : System
UnsupportedException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

UnsupportedException() public méthode

public UnsupportedException ( ) : System
Résultat System

UnsupportedException() protected méthode

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

UnsupportedException() public méthode

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

UnsupportedException() public méthode

public UnsupportedException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System