Class ProfileException
Thrown by IProfileClient instance when the profile server returned an error.
Namespace: Neon.Deployment
Assembly: Neon.Common.dll
Syntax
public class ProfileException : Exception
Constructors
ProfileException(string, string, Exception)
Constructor.
Declaration
public ProfileException(string message, string status, Exception inner = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
string | status | Pass as one of the ProfileStatus values indicating the reason for the failure. |
Exception | inner | Optionally specifies an inner exception. |
Properties
Status
Returns one of the ProfileStatus values indicating the reason for the failure.
Declaration
public string Status { get; }
Property Value
Type | Description |
---|---|
string |