Class InvalidSubscriptionRequestException
Thrown by provider to indicate that such a subscribtion can not be established in principle, i.e. you may have passed a zero size of populus group, the server may respond with this error to indicate the principal error in request
Inheritance
System.Object
System.Exception
InvalidSubscriptionRequestException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Data.Access.Subscriptions
Assembly: Azos.dll
Syntax
[Serializable]
public class InvalidSubscriptionRequestException : DataAccessException, ISerializable
Constructors
InvalidSubscriptionRequestException(SerializationInfo, StreamingContext)
Declaration
protected InvalidSubscriptionRequestException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
InvalidSubscriptionRequestException(String, Exception)
Declaration
public InvalidSubscriptionRequestException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |
Implements
System.Runtime.Serialization.ISerializable