BuildExceptionBase Class

Definition

public ref class BuildExceptionBase abstract : Exception
public abstract class BuildExceptionBase : Exception
type BuildExceptionBase = class
    inherit Exception
Public MustInherit Class BuildExceptionBase
Inherits Exception
Inheritance
BuildExceptionBase
Derived

Properties

StackTrace

Methods

FlushCustomState()

Override this method to provide subtype-specific state to be serialized.

InitializeCustomState(IDictionary<String,String>)

Override this method to recover subtype-specific state from the remote exception.

ToString()

Applies to