C# Class System.SystemException

Inheritance: Exception
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

SystemException() public méthode

public SystemException ( ) : System
Résultat System

SystemException() protected méthode

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

SystemException() public méthode

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

SystemException() public méthode

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