Amazon.CognitoSync.Model.AlreadyStreamedException.AlreadyStreamedException C# (CSharp) Метод

AlreadyStreamedException() публичный Метод

Constructs a new AlreadyStreamedException with the specified error message.
public AlreadyStreamedException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public AlreadyStreamedException(string message) 
            : base(message) {}
          

Same methods

AlreadyStreamedException::AlreadyStreamedException ( Exception innerException ) : System
AlreadyStreamedException::AlreadyStreamedException ( System info, System context ) : System
AlreadyStreamedException::AlreadyStreamedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AlreadyStreamedException::AlreadyStreamedException ( string message, Exception innerException ) : System
AlreadyStreamedException::AlreadyStreamedException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AlreadyStreamedException