Show / Hide Table of Contents

Class ScriptPublishException

Script publish exception

Inheritance
object
Exception
PayrollException
ScriptPublishException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ScriptPublishException : PayrollException, ISerializable

Constructors

ScriptPublishException()

Declaration
public ScriptPublishException()

ScriptPublishException(string)

Declaration
public ScriptPublishException(string message)
Parameters
Type Name Description
string message

ScriptPublishException(string, Exception)

Declaration
public ScriptPublishException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable

Extension Methods

ExceptionExtensions.GetApiErrorMessage(Exception)
ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX