C# Class CrmCodeGenerator.VSPackage.UserException

Inheritance: Exception
Exibir arquivo Open project: xairrick/CrmCodeGenerator

Public Methods

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

Method Details

UserException() public method

public UserException ( ) : System
return System

UserException() public method

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

UserException() public method

public UserException ( string message, Exception inner ) : System
message string
inner Exception
return System