C# Class CarouselView.FormsPlugin.Abstractions.CarouselViewException

Inheritance: System.Exception
Show file Open project: alexrainman/CarouselView

Public Methods

Method Description
CarouselViewException ( ) : System
CarouselViewException ( string message ) : System
CarouselViewException ( string message, Exception inner ) : System

Method Details

CarouselViewException() public method

public CarouselViewException ( ) : System
return System

CarouselViewException() public method

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

CarouselViewException() public method

public CarouselViewException ( string message, Exception inner ) : System
message string
inner System.Exception
return System