RelayException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents exceptions thrown for for relay errors.
[System.Serializable]
public class RelayException : Exception
[<System.Serializable>]
type RelayException = class
inherit Exception
Public Class RelayException
Inherits Exception
- Inheritance
-
RelayException
- Derived
- Attributes
Constructors
RelayException() |
Creates a new instance of the RelayException class. |
RelayException(SerializationInfo, StreamingContext) |
Creates a new instance of the RelayException class with serialized data. |
RelayException(String, Exception) |
Creates a new instance of the RelayException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
RelayException(String) |
Creates a new instance of the RelayException class with a specified error message. |
Properties
IsTransient |
Gets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried. |