Class HandlerProcessingException
Inheritance
System.Object
System.Exception
HandlerProcessingException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core.Exceptions
Assembly:ClickTwice.Publisher.Core.dll
Syntax
[Serializable]
public class HandlerProcessingException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceHandlerProcessingException()
Declaration
public HandlerProcessingException()
HandlerProcessingException(List<IInputHandler>, List<HandlerResponse>)
Declaration
public HandlerProcessingException(List<IInputHandler> handlers, List<HandlerResponse> results)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IInputHandler> | handlers | |
System.Collections.Generic.List<HandlerResponse> | results |
HandlerProcessingException(List<IOutputHandler>)
Declaration
public HandlerProcessingException(List<IOutputHandler> outputHandlers)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IOutputHandler> | outputHandlers |
HandlerProcessingException(List<IOutputHandler>, List<HandlerResponse>)
Declaration
public HandlerProcessingException(List<IOutputHandler> handlers, List<HandlerResponse> results)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IOutputHandler> | handlers | |
System.Collections.Generic.List<HandlerResponse> | results |
HandlerProcessingException(SerializationInfo, StreamingContext)
Declaration
protected HandlerProcessingException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
HandlerProcessingException(String)
Declaration
public HandlerProcessingException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
HandlerProcessingException(String, Exception)
Declaration
public HandlerProcessingException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Properties
| Improve this Doc View SourceHandlerResponses
Declaration
public List<HandlerResponse> HandlerResponses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HandlerResponse> |