C# Class IronPython.Runtime.Exceptions.RuntimeException

Inheritance: System.Exception, IPythonAwareException
Afficher le fichier Open project: jschementi/iron

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

RuntimeException() public méthode

public RuntimeException ( ) : System
Résultat System

RuntimeException() protected méthode

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

RuntimeException() public méthode

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

RuntimeException() public méthode

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