Class CcdManagementValidationException
Namespace: Unity.Services.Ccd.Management
Syntax
public class CcdManagementValidationException : CcdManagementException
Constructors
CcdManagementValidationException(Int32, String)
Creates a CCDManagementValidationException
Declaration
public CcdManagementValidationException(int reason, string message)
Parameters
Type | Name | Description |
---|---|---|
Int32 | reason | The error code or the HTTP Status returned by the service. |
String | message | The description of the exception. |
CcdManagementValidationException(Int32, String, Exception)
Creates a CCDManagementValidationException.
Declaration
public CcdManagementValidationException(int reason, string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Int32 | reason | The error code or the HTTP Status returned by the service. |
String | message | The description of the exception. |
Exception | innerException | The exception raised by the service, if any. |
CcdManagementValidationException(Int32, String, List<Object>)
Creates a CCDManagementValidationException
Declaration
public CcdManagementValidationException(int reason, string message, List<object> details)
Parameters
Type | Name | Description |
---|---|---|
Int32 | reason | The error code or the HTTP Status returned by the service. |
String | message | The description of the exception. |
List<Object> | details | The details of the exception. |
Fields
Details
Details of validation error
Declaration
public List<object> Details
Field Value
Type | Description |
---|---|
List<Object> |