Table of Contents

Class UnsupportedOperationException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

UnsupportedOperationException(string, Exception)

Construct instance of UnsupportedOperationException

public UnsupportedOperationException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode