C# Class Microsoft.Scripting.KeyboardInterruptException

Inheritance: System.Exception
Datei anzeigen Open project: jschementi/iron

Public Methods

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

Protected Methods

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

Method Details

KeyboardInterruptException() public method

public KeyboardInterruptException ( ) : System
return System

KeyboardInterruptException() protected method

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

KeyboardInterruptException() public method

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

KeyboardInterruptException() public method

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