C# Class IronPython.Runtime.Exceptions.UserWarningException

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

UserWarningException() public méthode

public UserWarningException ( ) : System
Résultat System

UserWarningException() protected méthode

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

UserWarningException() public méthode

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

UserWarningException() public méthode

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