C# Class IronPython.Runtime.Exceptions.AssertionException

Inheritance: System.Exception, IPythonAwareException
Mostrar archivo Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

AssertionException() public method

public AssertionException ( ) : System
return System

AssertionException() protected method

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

AssertionException() public method

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

AssertionException() public method

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