Show / Hide Table of Contents

    Class ValidationException

    Inheritance
    Exception
    RestException
    ValidationException
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    [System.Serializable]
    public class ValidationException : Microsoft.Rest.RestException

    Constructors

    ValidationException()

    Declaration
    public ValidationException ();

    ValidationException(String)

    Declaration
    public ValidationException (string message);
    Parameters
    String message

    ValidationException(SerializationInfo, StreamingContext)

    Declaration
    protected ValidationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
    Parameters
    SerializationInfo info

    StreamingContext context

    ValidationException(String, Exception)

    Declaration
    public ValidationException (string message, Exception innerException);
    Parameters
    String message

    Exception innerException

    ValidationException(String, String)

    Declaration
    public ValidationException (string rule, string target);
    Parameters
    String rule

    String target

    ValidationException(String, String, Object)

    Declaration
    public ValidationException (string rule, string target, object details);
    Parameters
    String rule

    String target

    Object details

    Properties

    Details

    Declaration
    public object Details { get; }
    Property Value
    Object

    Rule

    Declaration
    public string Rule { get; }
    Property Value
    String

    Target

    Declaration
    public string Target { get; }
    Property Value
    String

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
    Parameters
    SerializationInfo info

    StreamingContext context

    Back to top Azure SDK for Net