C# Class NanoByte.Common.NeedGuiException

Inheritance: System.InvalidOperationException
Show file Open project: nano-byte/common

Public Methods

Method Description
NeedGuiException ( ) : System
NeedGuiException ( string message ) : System
NeedGuiException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

NeedGuiException() public method

public NeedGuiException ( ) : System
return System

NeedGuiException() protected method

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

NeedGuiException() public method

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

NeedGuiException() public method

public NeedGuiException ( string message, Exception inner ) : System
message string
inner System.Exception
return System