BuildMaster SDK Reference
Version:

ExtensionException(System.Reflection.Assembly assembly, string message, System.Exception inner) Constructor

Initializes a new instance of the ExtensionException class.

Syntax

protected .ctor(System.Reflection.Assembly assembly, string message, System.Exception inner)

Parameters

assembly
Type: System.Reflection.Assembly

The extension assembly.

message
Type: string

The message.

inner
Type: System.Exception

The inner exception.