C# Class FLink.Core.Exceptions.UnSupportedOperationException

Inheritance: Exception
Afficher le fichier Open project: justmine66/FLink.CSharp

Méthodes publiques

Méthode Description
UnSupportedOperationException ( ) : System
UnSupportedOperationException ( string message ) : System
UnSupportedOperationException ( string message, Exception innerException ) : System

Method Details

UnSupportedOperationException() public méthode

public UnSupportedOperationException ( ) : System
Résultat System

UnSupportedOperationException() public méthode

public UnSupportedOperationException ( string message ) : System
message string
Résultat System

UnSupportedOperationException() public méthode

public UnSupportedOperationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System