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

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

Construct instance of AlreadyStreamedException
public AlreadyStreamedException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public AlreadyStreamedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

AlreadyStreamedException::AlreadyStreamedException ( System info, System context ) : System
AlreadyStreamedException::AlreadyStreamedException ( string message ) : 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