BuildMaster SDK Reference
Version:

ProviderException Class

Exception thrown by a provider.

Syntax

public class ProviderException : System.ApplicationException, System.Runtime.Serialization.ISerializable

Constructors

Name Description
ProviderException

Initializes a new instance of the ProviderException class.

ProviderException(string message)

Initializes a new instance of the ProviderException class.

ProviderException(string message, System.Exception inner)

Initializes a new instance of the ProviderException class.

ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)

Initializes a new instance of the ProviderException class.