Flutnet.ServiceModel
Public Member Functions | Properties | List of all members
Flutnet.ServiceModel.PlatformOperationException Class Reference

Represents errors that occur during the execution of a method decorated with PlatformOperationException. Throwing this exception will result in an exception with the same name thrown in Flutter. More...

Inheritance diagram for Flutnet.ServiceModel.PlatformOperationException:

Public Member Functions

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

Properties

override string Message [get]
 Gets a message that describes the current exception. More...
 

Detailed Description

Represents errors that occur during the execution of a method decorated with PlatformOperationException. Throwing this exception will result in an exception with the same name thrown in Flutter.

Constructor & Destructor Documentation

◆ PlatformOperationException() [1/3]

Flutnet.ServiceModel.PlatformOperationException.PlatformOperationException ( )
inline

Initializes a new instance of the PlatformOperationException class.

◆ PlatformOperationException() [2/3]

Flutnet.ServiceModel.PlatformOperationException.PlatformOperationException ( string  message)
inline

Initializes a new instance of the PlatformOperationException class with a specified error message.

Parameters
messageThe message that describes the error.

◆ PlatformOperationException() [3/3]

Flutnet.ServiceModel.PlatformOperationException.PlatformOperationException ( string  message,
Exception  inner 
)
inline

Initializes a new instance of the PlatformOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters
messageThe error message that explains the reason for the exception.
innerThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Property Documentation

◆ Message

override string Flutnet.ServiceModel.PlatformOperationException.Message
get

Gets a message that describes the current exception.


The documentation for this class was generated from the following file: