OSException Class
The exception that is thrown when an error is raised by the operating system during a File Compression Interface (FCI) operation.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OSException _
Inherits ReplicationAgentException
'Usage
Dim instance As OSException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class OSException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class OSException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type OSException =
class
inherit ReplicationAgentException
end
public class OSException extends ReplicationAgentException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.OSException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.