C# Class IronPython.Runtime.Exceptions.AssertionException

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

AssertionException() public méthode

public AssertionException ( ) : System
Résultat System

AssertionException() protected méthode

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

AssertionException() public méthode

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

AssertionException() public méthode

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