C# Class Demo.Domain.Infrastructure.Security.CannotPerformOperationException

Inheritance: System.Exception
ファイルを表示 Open project: volak/DDD.Enterprise.Example

Public Methods

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

Method Details

CannotPerformOperationException() public method

public CannotPerformOperationException ( ) : System
return System

CannotPerformOperationException() public method

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

CannotPerformOperationException() public method

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