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

WOPIServerErrorException() public method

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

Same methods

WOPIServerErrorException::WOPIServerErrorException ( string message ) : System
WOPIServerErrorException::WOPIServerErrorException ( string message, Exception innerException ) : System
WOPIServerErrorException