docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
1.5.0
1.3.0
1.1
Otter SDK
Inedo.Extensibility
ExtensionException
ExtensionException(string,System.Exception)
ExtensionException(string message, System.Exception inner) Constructor
Initializes a new instance of the
ExtensionException
class.
Syntax
protected
.ctor(
string
message,
System.Exception
inner)
Parameters
message
Type: string
The message.
inner
Type: System.Exception
The inner exception.