C# Class System.NotSupportedException

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

Méthodes publiques

Méthode Description
NotSupportedException ( ) : System
NotSupportedException ( String message ) : System
NotSupportedException ( String message, Exception innerException ) : System

Méthodes protégées

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

Method Details

NotSupportedException() public méthode

public NotSupportedException ( ) : System
Résultat System

NotSupportedException() protected méthode

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

NotSupportedException() public méthode

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

NotSupportedException() public méthode

public NotSupportedException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System