Creates an unsuccessful ReturnValue
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ReturnValue( ReturnCode innerFailure ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ innerFailure As ReturnCode _ ) |
| Visual C++ |
|---|
public: ReturnValue( ReturnCode^ innerFailure ) |
Parameters
- innerFailure
- Type: RightEdge.Common..::.ReturnCode
The ReturnCode that indicates the reason for the failure.