C# Class IronPython.Runtime.Exceptions.DeprecationWarningException

Inheritance: WarningException, IPythonAwareException
显示文件 Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

Method Description
DeprecationWarningException ( ) : System
DeprecationWarningException ( string msg ) : System
DeprecationWarningException ( string message, Exception innerException ) : System

Protected Methods

Method Description
DeprecationWarningException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

DeprecationWarningException() public method

public DeprecationWarningException ( ) : System
return System

DeprecationWarningException() protected method

protected DeprecationWarningException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

DeprecationWarningException() public method

public DeprecationWarningException ( string msg ) : System
msg string
return System

DeprecationWarningException() public method

public DeprecationWarningException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System