C# Class Qitar.Tenancy.TenancyException

Inheritance: Exception
Mostrar archivo Open project: Bullabs/Qitar

Public Methods

Method Description
TenancyException ( ) : System
TenancyException ( string errorMessage ) : System
TenancyException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

TenancyException() public method

public TenancyException ( ) : System
return System

TenancyException() protected method

protected TenancyException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

TenancyException() public method

public TenancyException ( string errorMessage ) : System
errorMessage string
return System

TenancyException() public method

public TenancyException ( string message, Exception innerException ) : System
message string
innerException Exception
return System