BuildMaster SDK Reference
Version:

UnwrappableException Class

Represents an exception that could not be de-serialized from SoapExceptionWrapper

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
UnwrappableException

Creates a new instance

UnwrappableException(string message, string stackTrace, string source)

Creates a new instance with the specified parameters

Properties

Name Description
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.