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

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

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

Same methods

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