ExceptionType property

String? ExceptionType
Gets or sets the type of the exception.

Implementation

String? get ExceptionType => this.exceptionType;
void ExceptionType=(String? value)

Implementation

set ExceptionType(String? value) {
  this.exceptionType = value;
}