C# Class RIAPP.DataService.Core.Exceptions.AccessDeniedException

Inheritance: RIAPP.DataService.Core.Exceptions.DomainServiceException
显示文件 Open project: BBGONE/JRIApp

Public Methods

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

Method Details

AccessDeniedException() public method

public AccessDeniedException ( ) : System
return System

AccessDeniedException() public method

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

AccessDeniedException() public method

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