Click or drag to resize

UnsupportedOperationException Class

The exception that is thrown when an unsupported operation is performed.
Inheritance Hierarchy
SystemObject
  SystemException
    Amazon.XRay.Recorder.Core.ExceptionsUnsupportedOperationException

Namespace:  Amazon.XRay.Recorder.Core.Exceptions
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public class UnsupportedOperationException : Exception
Constructors
  NameDescription
Public methodUnsupportedOperationException
Initializes a new instance of the UnsupportedOperationException class.
Public methodUnsupportedOperationException(String)
Initializes a new instance of the UnsupportedOperationException class with a specified error message.
Public methodUnsupportedOperationException(String, Exception)
Initializes a new instance of the UnsupportedOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also