C# Class Ivento.Dci.Examples.MoneyTransfer.AccountException

Thrown when an Account operation fails.
Inheritance: System.Exception
Show file Open project: ciscoheat/ivento-dci

Public Methods

Method Description
AccountException ( string message ) : System

Method Details

AccountException() public method

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