C# Class IronPython.Runtime.Exceptions.WarningException

Inheritance: System.Exception
ファイルを表示 Open project: jschementi/iron

Public Methods

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

Protected Methods

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

Method Details

WarningException() public method

public WarningException ( ) : System
return System

WarningException() protected method

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

WarningException() public method

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

WarningException() public method

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