Constructs a ProtocolNotSupportedException with no detail message. 
 Constructs a ProtocolNotSupportedException with no detail message. 
public ProtocolNotSupportedException();
 Constructs a ProtocolNotSupportedException with a detail message.  The detail message.  
            
public ProtocolNotSupportedException(string);
 Constructs a ProtocolNotSupportedException with a detail message.  The cause of the exception.  
            
public ProtocolNotSupportedException(string,Exception);
ProtocolNotSupportedException Class | Bea.Alui.Proxy Namespace