C# Class NVelocity.Runtime.RuntimeException

Inheritance: System.Exception
Datei anzeigen Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
RuntimeException ( SerializationInfo info, StreamingContext context ) : System
RuntimeException ( string message ) : System
RuntimeException ( string message, System innerException ) : System

Method Details

RuntimeException() public method

public RuntimeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

RuntimeException() public method

public RuntimeException ( string message ) : System
message string
return System

RuntimeException() public method

public RuntimeException ( string message, System innerException ) : System
message string
innerException System
return System