C# Class GlassLCU.NoActiveDelegateException

Inheritance: GlassLCU.APIErrorException
Show file Open project: pipe01/GlassLCU

Public Methods

Method Description
NoActiveDelegateException ( ) : GlassLCU.API
NoActiveDelegateException ( ErrorData error ) : GlassLCU.API
NoActiveDelegateException ( string message ) : GlassLCU.API
NoActiveDelegateException ( string message, Exception innerException ) : GlassLCU.API

Protected Methods

Method Description
NoActiveDelegateException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : GlassLCU.API

Method Details

NoActiveDelegateException() public method

public NoActiveDelegateException ( ) : GlassLCU.API
return GlassLCU.API

NoActiveDelegateException() public method

public NoActiveDelegateException ( ErrorData error ) : GlassLCU.API
error ErrorData
return GlassLCU.API

NoActiveDelegateException() protected method

protected NoActiveDelegateException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : GlassLCU.API
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return GlassLCU.API

NoActiveDelegateException() public method

public NoActiveDelegateException ( string message ) : GlassLCU.API
message string
return GlassLCU.API

NoActiveDelegateException() public method

public NoActiveDelegateException ( string message, Exception innerException ) : GlassLCU.API
message string
innerException Exception
return GlassLCU.API