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
SerializationInfocontext
StreamingContext
TaskFailedException(string)
public TaskFailedException(string message)
Parameters
message
string
TaskFailedException(string, Exception)
public TaskFailedException(string message, Exception innerException)