C# Class FLink.Core.Exceptions.UnSupportedOperationException

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

Public Methods

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

Method Details

UnSupportedOperationException() public method

public UnSupportedOperationException ( ) : System
return System

UnSupportedOperationException() public method

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

UnSupportedOperationException() public method

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