ForbiddenOperationException Constructor(String)
                In This Topic
            
            Constructor with custom description.
            
            
            Syntax
            
            
            
            
            public ForbiddenOperationException( 
   string 
)
             
        
            
            public:
ForbiddenOperationException( 
   String^ 
)
             
        
             
        
            Parameters
- txt
- Detail description of exception
 
            
            
            
            
            
            
            
            
            
            
            See Also