Class UnsupportedOperationException
The requested operation is not supported for this resource or API.
public class UnsupportedOperationException : AmazonFSxException
- Inheritance
-
UnsupportedOperationException
Constructors
UnsupportedOperationException(Exception)
Construct instance of UnsupportedOperationException
public UnsupportedOperationException(Exception innerException)
Parameters
innerException
Exception
UnsupportedOperationException(string)
Constructs a new UnsupportedOperationException with the specified error message.
public UnsupportedOperationException(string message)
Parameters
message
stringDescribes the error encountered.
UnsupportedOperationException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of UnsupportedOperationException
public UnsupportedOperationException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
UnsupportedOperationException(string, Exception)
Construct instance of UnsupportedOperationException
public UnsupportedOperationException(string message, Exception innerException)
Parameters
UnsupportedOperationException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of UnsupportedOperationException
public UnsupportedOperationException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode