C# Class IronPython.Runtime.Exceptions.ImportWarningException

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

ImportWarningException() public méthode

public ImportWarningException ( ) : System
Résultat System

ImportWarningException() protected méthode

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

ImportWarningException() public méthode

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

ImportWarningException() public méthode

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