Overload | Description |
---|---|
InvalidScopeException Constructor() | Initializes a new instance of the InvalidScopeException class with default properties. |
InvalidScopeException Constructor(String) | Initializes a new instance of the InvalidScopeException class with a specified error message. |
InvalidScopeException Constructor(String,Exception) | Initializes a new instance of the InvalidScopeException class with a specified error message and a reference to the inner exception that is the cause of this exception. |