C# Class IronPython.Runtime.Exceptions.DeprecationWarningException

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

DeprecationWarningException() public méthode

public DeprecationWarningException ( ) : System
Résultat System

DeprecationWarningException() protected méthode

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

DeprecationWarningException() public méthode

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

DeprecationWarningException() public méthode

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