Table of Contents

Class TaskFailedException

Namespace
BlueByte.SOLIDWORKS.PDMProfessional.SDK
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
[Serializable]
public class TaskFailedException : Exception, ISerializable, _Exception
Inheritance
TaskFailedException
Implements
Inherited Members

Constructors

TaskFailedException()

public TaskFailedException()

TaskFailedException(SerializationInfo, StreamingContext)

protected TaskFailedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

TaskFailedException(string)

public TaskFailedException(string message)

Parameters

message string

TaskFailedException(string, Exception)

public TaskFailedException(string message, Exception innerException)

Parameters

message string
innerException Exception