C# Class IronPython.Runtime.Exceptions.OSException

Inheritance: EnvironmentException, IPythonAwareException
Afficher le fichier Open project: jschementi/iron

Private Properties

Свойство Type Description
GetObjectData void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

OSException() public méthode

public OSException ( ) : System
Résultat System

OSException() protected méthode

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

OSException() public méthode

public OSException ( string msg ) : System
msg string
Résultat System

OSException() public méthode

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