C# Class AutoCrud.UnsupportedActionException

Inheritance: Exception
Show file Open project: alicompiler/AutoCrud.NetCore

Public Methods

Method Description
UnsupportedActionException ( ) : System
UnsupportedActionException ( string message ) : System

Method Details

UnsupportedActionException() public method

public UnsupportedActionException ( ) : System
return System

UnsupportedActionException() public method

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