StreamingQuery.Exception Method

Definition

The StreamingQueryException if the query was terminated by an exception, null otherwise.

public Microsoft.Spark.Sql.Streaming.StreamingQueryException Exception ();
member this.Exception : unit -> Microsoft.Spark.Sql.Streaming.StreamingQueryException
Public Function Exception () As StreamingQueryException

Returns

Applies to