C# Class IronPython.Runtime.Exceptions.UserWarningException

Inheritance: WarningException, IPythonAwareException
Show file Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

UserWarningException() public method

public UserWarningException ( ) : System
return System

UserWarningException() protected method

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

UserWarningException() public method

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

UserWarningException() public method

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