C# Class Microsoft.Protocols.TestSuites.Common.PtfConfigLoadException

Inheritance: System.Exception
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
PtfConfigLoadException ( ) : System

Initializes a new instance of the PtfConfigLoadException class.

PtfConfigLoadException ( string message ) : System

Initializes a new instance of the PtfConfigLoadException class with a specified error message.

PtfConfigLoadException ( string message, Exception exception ) : System

Initializes a new instance of the PtfConfigLoadException class with specified error message and exception.

Protected Methods

Method Description
PtfConfigLoadException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the PtfConfigLoadException class with serialized data.

Method Details

PtfConfigLoadException() public method

Initializes a new instance of the PtfConfigLoadException class.
public PtfConfigLoadException ( ) : System
return System

PtfConfigLoadException() protected method

Initializes a new instance of the PtfConfigLoadException class with serialized data.
protected PtfConfigLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
return System

PtfConfigLoadException() public method

Initializes a new instance of the PtfConfigLoadException class with a specified error message.
public PtfConfigLoadException ( string message ) : System
message string The error message that explains the reason for the exception.
return System

PtfConfigLoadException() public method

Initializes a new instance of the PtfConfigLoadException class with specified error message and exception.
public PtfConfigLoadException ( string message, Exception exception ) : System
message string The error message that explains the reason for the exception.
exception System.Exception The exception.
return System