Search Results for

    Show / Hide Table of Contents

    Class ErrorInfo

    Represents a serializable error message.

    Inheritance
    object
    ErrorInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class ErrorInfo

    Constructors

    ErrorInfo()

    Initializes and empty instance.

    Declaration
    public ErrorInfo()

    ErrorInfo(string, bool)

    Initializes new instance with provided message and warning flag.

    Declaration
    public ErrorInfo(string message, bool isWarning)
    Parameters
    Type Name Description
    string message

    Error message.

    bool isWarning

    Flag indicating that error is a warning.

    Properties

    IsWarning

    Gets or sets flag indicating that error is a warning.

    Declaration
    [DataMember]
    public bool IsWarning { get; set; }
    Property Value
    Type Description
    bool

    Message

    Gets or sets error message.

    Declaration
    [DataMember]
    public string Message { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation