PlatformException Class

PlatformException class

Represents the base class for all exceptions that may occur during the application execution.

public class PlatformException : Exception

Constructors

NameDescription
PlatformException()Initializes a new instance of the PlatformException class.
PlatformException(string)Initializes a new instance of the PlatformException class with a specified error message.
PlatformException(string, Exception)Initializes a new instance of the PlatformException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also