C# Class Groves.FakeMarkupExtensions.FakeMarkupExtensionException

Fake markup extension exception class
Inheritance: System.Exception
Exibir arquivo Open project: tomzorz/Groves

Public Methods

Method Description
FakeMarkupExtensionException ( string message ) : System

Create a FME exception with a message

FakeMarkupExtensionException ( string message, Exception innerException ) : System

Create a FME exception with a message and an inner exception

Method Details

FakeMarkupExtensionException() public method

Create a FME exception with a message
public FakeMarkupExtensionException ( string message ) : System
message string message
return System

FakeMarkupExtensionException() public method

Create a FME exception with a message and an inner exception
public FakeMarkupExtensionException ( string message, Exception innerException ) : System
message string message
innerException System.Exception source exception
return System