Microsoft.Protocols.TestSuites.Common.PtfConfigLoadException.PtfConfigLoadException C# (CSharp) Method

PtfConfigLoadException() public method

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

Same methods

PtfConfigLoadException::PtfConfigLoadException ( SerializationInfo info, StreamingContext context ) : System
PtfConfigLoadException::PtfConfigLoadException ( string message ) : System
PtfConfigLoadException::PtfConfigLoadException ( string message, Exception exception ) : System
PtfConfigLoadException