BuildMaster SDK Reference
Version:

UnauthorizedClientException Class

Thrown by an agent when a client attempts to use the service without authorization.

Inheritance Hierarchy

  • object
    • System.Exception
      • Inedo.BuildMaster.Web.UnauthorizedClientException

Syntax

public class UnauthorizedClientException : System.Exception, System.Runtime.Serialization.ISerializable

Constructors

Name Description
UnauthorizedClientException

Initializes a new instance of the UnauthorizedClientException class.

Properties

Name Description
HelpLink

Gets or sets a link to the help file associated with this exception.

Message

Gets a message that describes the current exception.

Source

Gets or sets the name of the application or the object that causes the error.

StackTrace

Gets a string representation of the frames on the call stack at the time the current exception was thrown.