C# Class CarouselView.FormsPlugin.Abstractions.CarouselViewException

Inheritance: System.Exception
Afficher le fichier Open project: alexrainman/CarouselView

Méthodes publiques

Méthode Description
CarouselViewException ( ) : System
CarouselViewException ( string message ) : System
CarouselViewException ( string message, Exception inner ) : System

Method Details

CarouselViewException() public méthode

public CarouselViewException ( ) : System
Résultat System

CarouselViewException() public méthode

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

CarouselViewException() public méthode

public CarouselViewException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System