C# Class Quantumart.QP8.BLL.Exceptions.UserQueryContentCreateViewException

Inheritance: ApplicationException
Mostrar archivo Open project: QuantumArt/QP

Public Methods

Method Description
UserQueryContentCreateViewException ( ) : System
UserQueryContentCreateViewException ( string message ) : System
UserQueryContentCreateViewException ( string message, Exception innerException ) : System

Method Details

UserQueryContentCreateViewException() public method

public UserQueryContentCreateViewException ( ) : System
return System

UserQueryContentCreateViewException() public method

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

UserQueryContentCreateViewException() public method

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