Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
BuildFailedException
Exception for request errors
Record Fields
Record Field | Description |
info
Signature: TargetContext option
|
Constructors
Constructor | Description |
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> BuildFailedException
|
|
new(info, msg, inner)
Signature: (info:TargetContext * msg:string * inner:exn) -> BuildFailedException
|
|
new(msg, inner)
Signature: (msg:string * inner:exn) -> BuildFailedException
|
Instance members
Instance member | Description |
x.Info
Signature: TargetContext option
|
|
x.Wrap()
Signature: unit -> BuildFailedException
|