C# Class LtiLibrary.Core.Common.LtiException

Inheritance: System.Exception
ファイルを表示 Open project: easygenerator/LtiLibrary

Public Methods

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

Method Details

LtiException() public method

public LtiException ( ) : System
return System

LtiException() public method

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

LtiException() public method

public LtiException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System