overloaded constructor, takes the reason as parameter.
Namespace: Alachisoft.NCache.Runtime.ExceptionsAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public BadResponseException( string reason ) |
| Visual Basic |
|---|
Public Sub New ( _ reason As String _ ) |
| Visual C++ |
|---|
public: BadResponseException( String^ reason ) |
Parameters
- reason
- Type: System..::..String