Appccelerate.Bootstrapper.BootstrapperException.BootstrapperException C# (CSharp) Method

BootstrapperException() public method

Initializes a new instance of the BootstrapperException class.
public BootstrapperException ( ) : System
return System
        public BootstrapperException()
        {
        }

Same methods

BootstrapperException::BootstrapperException ( IEnumerable innerExceptions ) : System
BootstrapperException::BootstrapperException ( SerializationInfo info, StreamingContext context ) : System
BootstrapperException::BootstrapperException ( string message ) : System
BootstrapperException::BootstrapperException ( string message, Exception innerException ) : System
BootstrapperException::BootstrapperException ( string message, IEnumerable innerExceptions ) : System
BootstrapperException