C# Class FLink.Core.Exceptions.FLinkException

Inheritance: Exception
Exibir arquivo Open project: justmine66/FLink.CSharp

Public Methods

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

Method Details

FLinkException() public method

public FLinkException ( ) : System
return System

FLinkException() public method

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

FLinkException() public method

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