Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc.NoRESPONSEMESSAGEException.NoRESPONSEMESSAGEException C# (CSharp) Method

NoRESPONSEMESSAGEException() public method

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

Same methods

NoRESPONSEMESSAGEException::NoRESPONSEMESSAGEException ( SerializationInfo info, StreamingContext context ) : System
NoRESPONSEMESSAGEException::NoRESPONSEMESSAGEException ( string message ) : System
NoRESPONSEMESSAGEException::NoRESPONSEMESSAGEException ( string message, Exception inner ) : System
NoRESPONSEMESSAGEException