Amazon.KinesisAnalytics.Model.UnableToDetectSchemaException.UnableToDetectSchemaException C# (CSharp) Метод

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

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

Same methods

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