C# Class Account.Common.BusinessException

Inheritance: System.ApplicationException
Show file Open project: KINGGUOKUN/Account

Public Methods

Method Description
BusinessException ( int hResult, string message ) : System

Method Details

BusinessException() public method

public BusinessException ( int hResult, string message ) : System
hResult int
message string
return System