C# Class IronPython.Runtime.Exceptions.SyntaxWarningException

Inheritance: WarningException, IPythonAwareException
Mostrar archivo Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

SyntaxWarningException() public method

public SyntaxWarningException ( ) : System
return System

SyntaxWarningException() protected method

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

SyntaxWarningException() public method

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

SyntaxWarningException() public method

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